home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / perl5 / perl5.002 / ext / db_file / makefile.pl < prev    next >
Encoding:
Makefile  |  1996-01-31  |  277 b   |  12 lines

  1. use ExtUtils::MakeMaker;
  2.  
  3. WriteMakefile(
  4.     NAME     => 'DB_File',
  5.     LIBS     => ["-L/usr/local/lib -ldb"],
  6.     MAN3PODS     => ' ',     # Pods will be built by installman.
  7.     #INC    => '-I/usr/local/include',
  8.     VERSION_FROM    => 'DB_File.pm',
  9.     XSPROTOARG => '-noprototypes',         # XXX remove later?
  10. );
  11.  
  12.